sc-11551: Improve Library dependencies#404
Merged
johnwalz97 merged 52 commits intomainfrom Aug 20, 2025
Merged
Conversation
…ind/validmind-library into john/cleanup-dependencies
ebd3e89 to
f6cf468
Compare
…dependency type handling
…ed on dependency type
…tart model documentation
…UwN1-py3.11/bin/activate erge branch 'main' into john/cleanup-dependencies
…blank lines and disabling pip caching
… Python versions and add constraint files
…, and all Python versions
…ttp, triton, and virtualenv
…kefile, and README to match origin/main
… import errors gracefully
cachafla
reviewed
Aug 11, 2025
cachafla
reviewed
Aug 11, 2025
Contributor
PR SummaryThis PR introduces several important enhancements aimed at improving dependency management, testing, and error handling in the project. Key changes include:
Overall, these changes strengthen the dependency testing strategy, improve error transparency for missing dependencies, and modernize the project packaging structure. Test Suggestions
|
cachafla
approved these changes
Aug 19, 2025
Contributor
cachafla
left a comment
There was a problem hiding this comment.
Very nice! Great to see 3.12 support!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
What and why?
This PR represents a large effort to improve dependency handling and widen support for different environments. The following changes were made:
How to test
Since this PR does represent quite a few changes, there was a big focus on adding automated testing as described above. Manual testing should include trying the library out with different Python versions and different existing Python environments and make sure that there are no regressions to existing features and functionality.
What needs special review?
Dependencies, breaking changes, and deployment notes
Release notes
Support for Python 3.12 has been added to the ValidMind library!
A large effort has been made to improve dependency management in an effort to make the core library lighter and ensure that its able to be easily installed in different existing Python environments
Checklist